/* 1 main-screen */
.main-screen .lt-block-wrapper {
  background: -webkit-radial-gradient(46.82% 100.97% at 0% 0%, #eedcff 1.5%, #FFFEFA 55.5%);
  background: -moz-radial-gradient(46.82% 100.97% at 0% 0%, #eedcff 1.5%, #FFFEFA 55.5%);
  background: -o-radial-gradient(46.82% 100.97% at 0% 0%, #eedcff 1.5%, #FFFEFA 55.5%);
  background: radial-gradient(46.82% 100.97% at 0% 0%, #eedcff 1.5%, #FFFEFA 55.5%);
}

.data-time p {
  display: inline-block;
  background: var(--main-color-1);
  -webkit-box-shadow: var(--shadow);
     -moz-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 12px 18px 12px 40px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  border: 2px solid var(--accent-color);
  position: relative;
}

.data-time p:before {
  position: absolute;
  content: '';
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/544965/sc/280/h/7a659b50a3cc35e610a7de5f25dcb15e.svg);
	background-repeat: no-repeat;
	-moz-background-size: contain;
	     background-size: contain;
  top: -webkit-calc(50% - 26px / 2);
  top: -moz-calc(50% - 26px / 2);
  top: calc(50% - 26px / 2);
  left: 10px;
	height: 28px;
	width: 28px;
}

.main-screen .foto img {
    position: relative;
    width: 100%;
    max-height: 650px;
    -moz-background-size: cover!important;
         background-size: cover!important;
}


/* прямая речь - бонус */
.main-screen .f-quote {
    padding: 20px 0px;
    position: relative;
    overflow: visible;
}

.main-screen .f-quote:after {
    position: absolute;
    content: '';
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/544965/sc/302/h/9e97aac92323ef9f1b39dd0de1fd3817.svg) 100% 0% / contain no-repeat;
    width: 120px;
    height: 85px;
    right: -70px;
    top: 25px;
}

.main-screen .f-quote .img-block img {
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;   
}

.main-screen .builder.animated-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-screen .f-quote.medium-image {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent !important;
}

.main-screen .f-quote .img-block {
        width: 80px !important;
        height: 80px;
        padding: 0px 10px 10px 0px !important;
        margin-right: 0px;
}

.main-screen .foto img {
    position: relative;
    width: 100%;
    max-height: 650px;
    -moz-background-size: cover!important;
         background-size: cover!important;
}

@media (max-width: 1024px) {
    .main-screen .f-quote:after {
      display: none;
    }
}

@media (max-width: 980px) {
    .builder.animated-block>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 0 0 100%!important;
        padding-right: 0px;
    } 
}

@media (max-width: 640px) {
    .main-screen .f-quote {
        padding: 15px 0px 15px 0px;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
  
      .main-screen .f-quote .text-block {
        clear: both;
        padding-left: 0;
        padding-top: 0px;
        margin-left: 0 !important;
    }
  
      .img-block {
        width: 80px !important;
        height: 80px;
        padding: 0px 10px 10px 0px !important;
        margin-right: 5px;
    }
  
      .main-screen.f-quote .img-block img {
        width: 70px !important;
        max-width: 70px !important;
    }

    .logo img {
        max-width: 120px;
        max-height: 50px;
	}
    
    .main-screen .lt-block-wrapper {
    	background: -webkit-radial-gradient(91.94% 1.38%, 181.69% 107.21%, #eedcff 1.5%, #FFFEFA 32.99%);
    	background: -moz-radial-gradient(91.94% 1.38%, 181.69% 107.21%, #eedcff 1.5%, #FFFEFA 32.99%);
    	background: -o-radial-gradient(91.94% 1.38%, 181.69% 107.21%, #eedcff 1.5%, #FFFEFA 32.99%);
    	background: radial-gradient(91.94% 1.38%, 181.69% 107.21%, #eedcff 1.5%, #FFFEFA 32.99%);
	}
}

